projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70ee86c
)
text: Queue redraw on state changes
author
Alexander Mikhaylenko
<alexm@gnome.org>
Mon, 3 May 2021 20:20:53 +0000
(
01:20
+0500)
committer
Alexander Mikhaylenko
<alexm@gnome.org>
Mon, 3 May 2021 20:20:53 +0000
(
01:20
+0500)
Mirror GtkTextView.
gtk/gtktext.c
patch
|
blob
|
history
diff --git
a/gtk/gtktext.c
b/gtk/gtktext.c
index 60b482d68ddb83e636969fc3cdbaa7e00bc0cd90..14c948093c040d788c555428127605ca05dcae07 100644
(file)
--- a/
gtk/gtktext.c
+++ b/
gtk/gtktext.c
@@
-3365,6
+3365,8
@@
gtk_text_state_flags_changed (GtkWidget *widget,
gtk_css_node_set_state (priv->undershoot_node[1], state);
gtk_text_update_cached_style_values (self);
+
+ gtk_widget_queue_draw (widget);
}
/* GtkEditable method implementations